Auto merge of #3060 - rillian:package_path_deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 1 Sep 2016 19:51:44 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2016 19:51:44 +0000 (12:51 -0700)
commitb78beb15b1f9b74b3d8b382c09a74042dc95a601
tree774e7329164636de2fa4f86b974e88c4db3e034b
parent8c2250f00c9b5084363f57f0a1abd64167959c08
parent322754652477965e1f01d2d00e6830fbfb6e9d2c
Auto merge of #3060 - rillian:package_path_deps, r=alexcrichton

Reject path-based dependencies in `cargo package`

`cargo publish` will complain if a package manifest contains a path, rather than registry+version-based dependency. Make `cargo package` do the same so that issue is caught sooner in developer workflow.